Use Astro + Vercel to build a personal modern static blog from scratch
A full-process tutorial on how to build and deploy Astro static blog for beginners. Includes local environment configuration, Astro scaffolding initialization, Markdown article writing, GitHub code hosting, Vercel automated deployment and custom domain name resolution.
Vercel’s domestic acceleration notes after deploying Next.js
After the Next.js project is deployed to Vercel, domestic access can be accessed, the domain name is bound and the resolution is pointed to cname-china.vercel-dns.com, and the acceleration is achieved in one move. Attached is a comparison before and after.
Multi-layer caching architecture practice in VODK project
How the video aggregation site tv.odkkk.com turned multiple unstable data sources into a smooth site - let’s talk about the multi-layer caching idea behind it.
Build a modern static blog with Astro
Discover how to use the Astro framework to build a high-performance, SEO-friendly static blog system, a complete guide from project initialization to deployment and launch.